MissingDependencyException

Thrown when Chromium fails to find the required system libraries on Linux.

When this exception is thrown, the following actions should be performed:

  1. Make sure that the current Linux distribution and version meets the system requirements.
  2. Install the required system libraries.

Since

7.3

Constructors

Link copied to clipboard
constructor(dependencies: Map<String, Set<String>>)
Constructs an instance of MissingDependencyException with the given missing dependencies.

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String